projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d470b
)
(Fmessage_or_box): Use Fmessage_box with new name.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Sep 1994 02:38:55 +0000
(
02:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Sep 1994 02:38:55 +0000
(
02:38
+0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 604154f2dea2e2dff6a3338487b2fcb217747239..94c43ea1abe0b5d9ff37b42fc8542b426ccd08e8 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-1504,7
+1504,7
@@
minibuffer contents show.")
{
#ifdef HAVE_X_MENU
if (NILP (last_nonmenu_event) || CONSP (last_nonmenu_event))
- return F
box_message
(nargs, args);
+ return F
message_box
(nargs, args);
#endif
return Fmessage (nargs, args);
}